home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 December: Technology Seed
/
ATS Dec. '97.toast
/
QuickDraw™ 3D 1.5.3 SDK for Mac
/
Samples
/
SampleCode
/
Tumbler and Podium
/
Tumbler_main.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-10-31
|
285 b
|
17 lines
|
[
TEXT/MPS
]
// Tumbler_main.h
//
// the main() function prototype for the
// Tumbler application
//
// Modification History
//
// 11/26/94 nick initial cut - symantec proto_helper app, add defines
#ifndef _Tumbler_MAIN_H_
#define _Tumbler_MAIN_H_
/* Tumbler_main.c */
int main(void);
#endif